* {
    padding: 0;
    margin: 0;
}

.environment-banner {
    height: 300px;
    width: 100%;
    position: relative;
}

.environment-banner-title {
    position: absolute;
    margin-top: 97.5px;
    margin-left: 349px;
}

.environment-banner-title>h1 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.environment-banner-title>p {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 24px;
}

@media screen and (max-width:1600px) {
    .environment-banner-yellow {
        display: none;
    }
    .environment-banner-green {
        display: none;
    }
}

.environment-banner-yellow {
    left: 860px;
    position: absolute;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.environment-banner-green {
    left: 1275px;
    position: absolute;
    mix-blend-mode: multiply;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu {
    height: 72px;
    width: 100%;
    background-color: #fff;
}

.menu-navs {
    width: 1200px;
    /*height: a;*/
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-navs-cpzx {
    height: 24px;
    width: 84px;
    display: flex;
    align-items: center;
    /*position: absolute;*/
    /*margin-top: 24px;*/
}

.menu-navs-cpzx span {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #001C46;
    display: inline-block;
    margin-left: 4px;
}

.menu-navs-nav {
    /*float: right;*/
}

.menu-navs-nav>button {
    width: 52px;
    height: 30px;
    background: #0055A7;
    border-radius: 4px;
    border: 0;
    /*margin-top: 21px;*/
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    cursor: pointer;
}

.menu-navs-nav nav {
    /*margin-top: 25px;*/
}

.menu-navs-nav a {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: 14px;
    /*line-height: 100%;*/
    color: #7A7A7A;
    text-decoration: none;
    margin-left: 32px;
}

.environment-content {
    /*height: 2180px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.environment-content-left {
    width: 776px;
    height: 100%;
}

.environment-content-right {
    /*height: 973px;*/
    width: 392px;
}

.environment-content-right-published {
    /*height: 465px;*/
    width: 392px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding-bottom: 12px;
}

.environment-content-right-published-top {
    height: 44px;
    width: 392px;
    background: #0055A7;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0;
}

.environment-content-right-published-top p {
    font-family: Source Han Sans CN;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.environment-content-right-published-top>div {
    margin-left: 8px;
}

.environment-content-right-published-list>div {
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
    margin-left: 30px;
}

.environment-content-right-published-list>div>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.environment-left-list-boult {
    width: 64px;
    margin-left: 16px;
}

.environment-left-list-boult img {
    float: right;
    margin-right: 10px;
}

.information {
    /*height: 367px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.information>h3 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    color: #001C46;
}

.information>p {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #001C46;
    margin-top: 12px;
}

.information-news {
    /*height: 267px;*/
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.information-news-left {
    height: 267px;
    width: 580px;
}

.information-news-item {
    width: 580px;
    /*height: 72px;*/
    /*width: 100%;*/
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.information-news-right {
    height: 267px;
    width: 580px;
}

.information-news-left-message {
    /*height: 48px;*/
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.information-news-left-message-data {
    height: 48px;
    width: 48px;
    text-align: center;
}

.information-news-left-message-data>h3 {
    font-family: D-DIN;
    font-weight: bold;
    font-size: 35px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.information-news-left-message-data>p {
    font-family: D-DIN;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.information-news-left-message-blank {
    width: 2px;
    height: 32px;
    margin-left: 16px;
    margin-right: 16px;
    background: #C4C4C4;
}

.information-news-left-message-text {
    width: 416px;
    /*height: 95%;*/
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    margin-right: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    display: flex;
    align-items: center;
}

.information-news-left-message-text-box{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information-news-left-message-img {
    height: 24px;
    width: 66px;
}

.information-news-left-message-img>img {
    margin-left: 42px;
}

.news-right-recent-report{
    margin-bottom: 16px;
    width: 363px;
}